home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr14 / maped6.zip / README.1ST < prev   
Text File  |  1993-05-15  |  4KB  |  96 lines

  1.  
  2.           ********************************************
  3.           * VERSION 6.0 NOTES: (Dave Huntoon - 5/93) *
  4.           ********************************************
  5.  
  6.  - This release of MapEdit will display Help in the edit window (below the
  7.    map legend).  You will be able to display Help or Bryan Baker's Stat.
  8.    display.  For slow machines this allows you to turn off the statistics
  9.    calculations.  You can then step fast through the levels and edit maps
  10.    with out a delay while the statistics are being calculated.  You can
  11.    switch back to the statistics display when you want that information.
  12.  
  13.  - You can copy, paste and exchange floor maps within an edit session.
  14.    You can move a floor if you decide you want it on a different level.
  15.  
  16.  - You can write out and read in floors from different games.  You
  17.    now can move your favorite creation in *.wl1 to *.wl6 and *.SOD.
  18.    See MAPEDIT.DOC for how this is implemented.  You can now share your
  19.    creations with your friends.  You can take floors created by a number
  20.    of people and merge them into one game.  There can be a contest and
  21.    all of the best creations are put together to create a best-of game.
  22.  
  23.  - When using the clear command you can select the floor value to fill
  24.    with. You can now fill with a selected wall value or floor value.
  25.  
  26.  - I've included separate .def files for the different versions of
  27.    Wolfenstein (.wl1, .wl6, .SOD) 
  28.  
  29.  
  30.           *******************************************
  31.           * VERSION 5.0 NOTES: (Bryan Baker - 4/93) *
  32.           *******************************************
  33.  
  34.  - This release of MapEdit will display in the edit window (below the
  35.    map legend), the following level statistics:
  36.  
  37.          Number of Static Objects
  38.          Total number of Guards
  39.          Total number of Doors
  40.  
  41.          Number of Level 1 Guards
  42.          Number of Level 3 Guards
  43.          Number of Level 4 Guards
  44.          Number of Boss Guards
  45.  
  46.          Number of Secret Doors
  47.          Number of Treasure and Extra Lives
  48.  
  49. This information can be very useful in designing levels.  There are
  50. some program limits that must not be exceeded.  These limits are:
  51.  
  52.     400 Static Objects
  53.     150 Guards
  54.      64 Doors (Unlocked + Locked + Elevator Doors)
  55.  
  56. When these limits are exceeded, the text changes to red as a visual
  57. warning.
  58.  
  59. Note that there are different Boss Guards in Spear of Destiny than
  60. in Wolfenstein 3-D.  Since the OBJDATA.DEF contains descriptions for
  61. both sets, they are all counted and shown in the statistics.  You must
  62. be aware of the different Boss Guards that will be available in the
  63. game for which you are designing levels.
  64.  
  65.  
  66.  
  67.           *********************************************
  68.           * VERSION 4.1a NOTES: (Dave Huntoon - 3/93) *
  69.           *********************************************
  70.  
  71.  - This release of MapEdit should work with all versions of the game,
  72.    including the three, six and Spear of Destiny (SOD) episode editions.
  73.  
  74.  - The map files may become a lot larger after using MapEdit, even
  75.    if you do not alter any levels.  This is because MapEdit does not
  76.    recompress the maps with the newer compression scheme used in
  77.    v1.1 of the game.  This doesn't cause a problem when playing the
  78.    game, it just makes the map files larger.
  79.  
  80.  - The MAPDATA.DEF file contains information about the new wall images
  81.    used in the 6-episode and SOD games.  If you are editing the 1-episode
  82.    game, be careful not to select any of the newer wall images.  The same
  83.    goes true in the 3 and 6-episode games, don't select SOD objects or walls.
  84.    You may want to create separate .DEF files, one set for each version of
  85.    the game.  The Walls and objects used in SOD are indicated in the .DEF
  86.    files and will show up in mapedit.
  87.  
  88.  - The OBJDATA.DEF file has been updated with all objects and walls.
  89.    You may want to change the descriptions found there.
  90.  
  91.  - In SOD the objects past 00FE are accessible.
  92.  
  93.  - A minor fix was added to completely clear the text area below the
  94.    map display when the mouse pointer is moved off of the map area.
  95.  
  96.